home *** CD-ROM | disk | FTP | other *** search
- -- card: 20606 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2577
- -- name: 4k
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=189 top=199 right=221 bottom=261
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Add Sheet
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- put the userLevel into saveLevel
- if the userLevel <5 then set userLevel to 5
- if the userLevel <5 then exit mouseUp
- go to card id 9861
- doMenu "Copy Card"
- go to card "4k"
- doMenu "Paste Card"
- get the name of this card
- set the name of this card to "4k"
- go to card id 20606
- doMenu "Delete Card"
- go to card "4k"
- set userLevel to saveLevel
- set lockScreen to false
- end mouseUp
-
-